Welcome![Sign In][Sign Up]
Location:
Search - small rtos 51

Search list

[Embeded-SCM DevelopSmall RTOS(51)源代码、应用问答集

Description: Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Platform: | Size: 668828 | Author: 张强 | Hits:

[uCOSSmallRTOS for C51

Description: 嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。
Platform: | Size: 87185 | Author: joyhee@sohu.com | Hits:

[SCMRTOS_DP-51

Description: 嵌入式操作系统SMALL RTOS51 的例程, 运行于UV2运用WAVE的6000进行仿真
Platform: | Size: 246784 | Author: fubaiqun | Hits:

[Embeded-SCM DevelopSmall RTOS(51)源代码、应用问答集

Description: Small RTOS(51)源代码、应用问答集.zip 可用于嵌入式51系统。--Source code for small RTOS(51), and Q&A. It could be used in embedded 51 system.
Platform: | Size: 668672 | Author: 张强 | Hits:

[Other Embeded program51下的操作系统,small rtos

Description: 51下的操作系统-51 of the operating system
Platform: | Size: 816128 | Author: 邓杰文 | Hits:

[SCM一个51下的源代码开放的操作系统small rtos

Description: 讲述了一个51单片机下的操作系统,有利于工程师再实际当中选用-about a 51 Microcontroller operating system, engineers have to use them in more practical
Platform: | Size: 690176 | Author: | Hits:

[Other Embeded programsmallrtos_time

Description: 一种51单片机嵌入式系统SMALL RTOS 51的应用,一个电子时钟的应用程序。-embedded microcontroller system SMALL RTOS 51 applications, an electronic clock applications.
Platform: | Size: 86016 | Author: 孙鹏 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[SCMSmall_RTOS_Fordp51

Description: Small rtos在51单片机中的移植与一些例程-Small rtos 51 microprocessor in the transplant with some routines
Platform: | Size: 113664 | Author: yinyedan | Hits:

[ARM-PowerPC-ColdFire-MIPScat24wc02LED

Description: 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有4个警告,可以忽略. (3)DP-51下载仿真实验仪的所有跳线选取默认值。-This the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project-
Platform: | Size: 12288 | Author: 李强 | Hits:

[SCMSmall_RTOS

Description: 借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。-RTX Tiny draw ucosII and prepared a Small RTOS 51, although it prepared for the 51 series, but it is relatively easy to transplant to other CPU
Platform: | Size: 106496 | Author: voice | Hits:

[SCMsmallrtosv1.51.0

Description: small rtos v1.51.0源码-small rtos v1.51.0 source
Platform: | Size: 194560 | Author: sd | Hits:

[Embeded-SCM DevelopREAL_TIMErtos

Description: Small RTOS(51) 1.00v 无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-Small RTOS (51) 1.00v without ram can be expanded outside of the 51 on the implementation of Preemptive RTOS portable, completely free, open-source with the Chinese document in detail and notes (The author has put it into the actual projects)
Platform: | Size: 351232 | Author: zhanghh624 | Hits:

[OS DevelopSmallRtos51

Description: Small RTOS是一个源代码公开的多任务实时操作系统,Small RTOS 51 是其在8051系列处理器上的移植(使用keil c51)。Small RTOS可以简化那 些复杂而且时间要求严格的工程的软件设计工作.本手册主要讲述Small RTOS 的使用,本说明了在8051系列处理器上使用应该注意的问题。同时讲述了 Small RTOS的移植。 -Small RTOS is an open source multi-task real-time operating system, Small RTOS 51 are in the 8051 series of processors on the transplant (using keil c51). Small RTOS can simplify those complex and time-critical software engineering design work. This manual focuses on the use of Small RTOS, the note in the 8051 series of processors on the use of problem should be noted. At the same time about the Small RTOS transplant.
Platform: | Size: 690176 | Author: 海新 | Hits:

[ARM-PowerPC-ColdFire-MIPSourdev_4

Description: SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统单片机如51系列上运行tcp/ip 协议栈是不太现实的.一般tcp/ip 协议栈需要在32位单片机上运行,在8位机上运行太勉强(51是8位机),除非您只运行ip协议.建议使用ucos/ii操作系统或是嵌入式linux,并选用arm或龙珠系列单片机-SMALL RTOS for small microcontrollers ram system, written in 51 series of microcontrollers currently only on the successful operation, no other MCU on the transplant (currently I am only 51 and avr development system). In the small ram System-on- machines such as the 51 series of films running on tcp/ip protocol stack is not very realistic. General tcp/ip protocol stack need to run 32-bit microcontrollers in the 8-bit machine running Taimian Jiang (51 is the 8-bit machine), unless you run only ip protocol is suggested. ucos/ii operating system or embedded linux, and use arm or Pearl Series MCU ..
Platform: | Size: 666624 | Author: 迷茫 | Hits:

[SCMclock

Description: Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。-Small RTOS 51 DP-51 download simulation instrument to achieve an alarm clock source.
Platform: | Size: 15360 | Author: 王晓玲 | Hits:

[SCMSmall-RTOS

Description: 一个51下的源代码开放的操作系统small rtos-51 source code under an open operating system, small rtos
Platform: | Size: 287744 | Author: 系统 | Hits:

[SCM51-MCU-small-RTOS

Description: 51 单片机 small RTOS系统,keil环境下编译-51 single small RTOS system, keil compiler environment
Platform: | Size: 104448 | Author: 王明 | Hits:

[SCMsmall-RTOS

Description: 51单片机最小系统程序。多任务处理,适合初学51的-51 smallest single-chip system program. Multi-tasking, for beginners 51. .
Platform: | Size: 118784 | Author: li | Hits:

[OtherSmall RTOS v1.12.2

Description: small rtos 陈明计,这个人有必要要认识下,因为small rtos 是他写的,他根据ucos的原理写的。这个small rtos是可以再51单片机上运行的,但是受ARM内存的限制。 作为单片机开发的时刻都得想着内存的问题,因为51芯片资源有限。(small rtos Chen Ming plan, this person needs to know, because small RTOS he wrote, he wrote on the basis of the principle of ucos. This small RTOS can run on 51 single-chip computers, but it is limited by ARM memory. As a microcontroller development, always have to think about memory, because the 51 chip resources are limited.)
Platform: | Size: 378880 | Author: m_scofield | Hits:
« 12 3 4 5 6 »